github.com/andybalholm/brotli.distanceParams.max_distance (field)

7 uses

	github.com/andybalholm/brotli (current package)
		backward_references.go#L77: 		hasher.FindLongestMatch(&params.dictionary, ringbuffer, ringbuffer_mask, dist_cache, position, max_length, max_distance, gap, params.dist.max_distance, sr)
		backward_references.go#L93: 				hasher.FindLongestMatch(&params.dictionary, ringbuffer, ringbuffer_mask, dist_cache, position+1, max_length, max_distance, gap, params.dist.max_distance, sr2)
		encode.go#L607: 	params.dist.max_distance = maxDistance
		h10.go#L215: 					if distance <= params.dist.max_distance {
		metablock.go#L87: 	dist_params.max_distance = uint(max_distance)
		metablock.go#L122: 				if distance > uint32(new_params.max_distance) {
		params.go#L22: 	max_distance              uint